﻿html
{
    font-size: 100%;
}
/*.navbar
{
    font-size: 62.5%;
}*/
body.ksearch div.search,
body.ksearch div.search *,
body.ksearch div.search *::before,
body.ksearch div.search *::after
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

div.search
{
    width: 100%;
}

.clear_left
{
    clear: left !important;
}

.clear_right
{
    clear: right !important;
}

.clear_both
{
    clear: both !important;
}

/* Tabs */
.dxtcLite > .dxtc-stripContainer
{
    width: auto !important;
}

.dxtcLite > .dxtc-stripContainer .dxtc-text
{
    font-family: inherit;
}

/* search results control */


.SEResults .SEHeader,
.SEResults .SEFooter
{
    padding: 6px; /* search results header / footer padding */
}
.SEResults .SEHeader
{
    border-bottom: 0 none; /* search results header -remove border from bottom */
    position: relative;
    top: -1px;
    z-index: -1;
}
.SEResults .SEFooter
{
    border-top: 0 none; /* search results header - remove border from top */
}

.SEResults .SESuggestions,
.SEResults .SEResultItem
{
    margin: 0 6px; /* search results suggestions / result item - horizontal margin */
}


.SEResults .SESuggestions
{
    margin-top: 5px;  /* search results suggestions margin from header */
}

.SEResults .SEFooter,
.SEResults .SEResultItem
{
    margin-top: 15px; /* search results space out results */
}
.SEResults .SEResultItem
{
    word-wrap: break-word;
}

.input_head
{
    width: auto;
}

.expandcollapse_showhide_label
{
    float: right;
}

.ksearch_desktop_mode div.searchbox
{
    position: absolute;
    width: 220px;
    padding: 10px;
}

.ksearch_desktop_mode div.searchresults
{
    padding-left: 240px;
}

.ksearch_desktop_mode .searchbox .searchbox_control a
{
    display: block;
    margin-bottom: 3px;
    width: 60px;
}

.ksearch_desktop_mode div.title
{
    padding-left: 5px;
    height: 72px;
    width: 235px; 
    margin: -10px 0 0 -10px;
}
.ksearch_desktop_mode div.title div.text
{
    padding-top: 12px;
}

/* search box control */

.ksearch_desktop_mode div.searchbox input[type=text]
{
    width: 200px;
    margin-bottom: 10px;
    height: 22px;
    padding: 3px;
    vertical-align: middle;
}

.ksearch_desktop_mode .search .searchbox .filter
{
    padding-left: 10px;
    width: 190px;
}

.ksearch_desktop_mode .search .searchbox .filter h5
{
    margin: 10px 0 5px;
    text-decoration: none;
    display: block;
}

.ksearch_desktop_mode .search .searchbox .filter td
{
    padding: 3px 3px 3px 0;
}

.ksearch_desktop_mode .search .searchbox .filter select
{
    width: 190px;
}

.ksearch_desktop_mode .filter
{
    margin-top: 10px;
}

.ksearch_desktop_mode .expandcollapse_expander
{    
    cursor: pointer;
}

body.ksearch_mobile_mode {
    -webkit-text-size-adjust: 100%;
    font-size: 100%
}

.ksearch_mobile_mode .input_head
{
    padding-bottom: 0px;
}
.ksearch_mobile_mode .expandcollapse_expander h5,
.ksearch_mobile_mode .expandcollapse_expander span
{
    margin-bottom: 0px;
}

.ksearch_mobile_mode div.title
{
    float: left;
    width: 93px;
}
.ksearch_mobile_mode div.search span.searchbox_control
{
    float: left;
    margin: 7px 0 0 5px;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    width: expression(100% - 100px);
}
.ksearch_mobile_mode div.search div.expandcollapse_container
{
    clear: both;
    width: 300px;
    position: relative;
    top: -5px;
}

.ksearch_mobile_mode div.search div.title div.image
{
    position: relative;
    top: -5px;
}
.ksearch_mobile_mode div.title div.text
{
    padding-top: 12px;
}



/* search box control */
.ksearch_mobile_mode div.searchbox input[type=text]
{    
    height: 26px;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 1px;
    margin: 0px;
    width: 165px; /* Phones */
}

@media only screen and (min-device-width: 768px) {
    .ksearch_mobile_mode div.searchbox input[type=text]
    {
        width: 435px; /* Tablets */
    
    }
}

.ksearch_mobile_mode div.searchbox input[type=text]
{
    /* devices that support calc */
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -o-calc(100% - 35px);
    width: calc(100% - 35px); 
    width: expression(100% - 35px);
    
}
